*{
	margin: 0px;
	padding: 0px;
}

h1{	
	font: bold 20px Corbel;
}

a:link{
	color: #cccccc;
	text-decoration:none;
}

a:visited{
	color: #cccccc;
	text-decoration: none;
}

a:hover{
	color:white;
	text-decoration:none;
}

header, section, footer, aside, nav, article,table{
	display:block;
}

body{
	text-align: center;
}

#main{
	width: 1300px;
	margin: 40px auto;
	text-align: left;
	background: white;
}
#logo{
	float:left;
	width: 135px;
	margin-top: 23px;
	margin-left: 20px;
	background-color: white;
}

#top_header{
	float: left;
	background-color: white;
	width:1000px;
	margin-top: 20px;
	margin-bottom: 25px;
}
#top_header h1{
	font-size: 28px;
	color: rgb(54,95,145);
}

#main_menu{
	clear: both;
	background-color: white;
	margin-left: 2px;
	margin-bottom: 20px;
}

#main_menu li{
	display: inline-block;
	list-style: none;
	background-color: rgb(54,95,145);
	margin-right: 18px;
	padding: 10px;
	font: bold 21px Candara;
	border-radius: 7px 7px 7px 7px;
	box-shadow: 4px 4px 4px rgba(54,95,145,0.7);
}

#main_section{
	float: left;
	width: 840px;
	margin: 30px; /
}

#main_section ul{
	list-style-type: square;
	margin-left: 40px;
}

#side_menu{
	float: left;
	width: 150px;
	margin: 20px 0px;
	margin-left: 15px;
	padding: 20px;
	background-color: rgb(54,95,145);
	color: white;
	font: bold 14px Calibri;
	border-radius: 7px 7px 7px 7px;
	box-shadow: 4px 4px 4px rgba(54,95,145,0.4);
}

#side_menu h4{
	margin-bottom: 4px;
	font: bold 20px Candara;
}

#the_footer{
	clear: both;
	text-align: center;
	background-color: rgb(54,95,145);
	color: #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 7px 7px 7px 7px;
	font:  14px Candara;
}

article{
	font: 20px Candara;
}

hgroup h1{
	float: left;
	font: bold 30px Book Antiqua;
	padding-bottom: 5px;
	margin-top: 0px;
}
hgroup h2{
	float:left;
	font: bold 24px Book Antiqua;
	padding-bottom:5px;
	padding-top: 6px;
}
article p{
	clear:both;
}
article table{
	 clear:both;
	 width:100%;
}


#active{
	color: white;
}

#active:hover{
	color: #cccccc;
}

ol{
	margin-left: 48px;
}

/* contact section */

#left_section{
	float:left;
	width:600px;
	margin: 20px auto;
	margin-left:50px; /* 650px left */
}

#right_section{
	float:left;
	width: 600px;
	margin: 20px auto;
	margin-left: 50px;
	font: 20px Candara;
}

/* form style */

.form_style{
	margin-left: auto;
	margin-right:auto;
	font: 20px Candara;
}

.form_style input[type="text"] , .form_style textarea{
	padding: 0px 0px 0px 5px;
	border: 1px solid rgb(54,95,145);
	box-shadow: 4px 4px 4px rgba(54,95,145,0.4);
	font: 15px Candara;
	height: 40px;
	line-height: 15px;
	margin: 2px 6px 16px 0px;
	border-radius: 7px 7px 7px 7px;
	width: 300px;
}

.form_style textarea{
	height: 250px;
	padding: 5px 5px 5px 5px;
	width: 400px;
}

.form_style .submit {
	padding: 10px 30px 10px 30px;
	background: rgb(54,95,145);
	border: 1px solid rgb(54,95,145);
	box-shadow: 4px 4px 4px rgba(54,95,145,0.4);
	color: #cccccc;
	font: bold 20px Candara;
	border-radius: 7px 7px 7px 7px;
}

.form_style .submit:hover{
	color:white;
}

.map{
	margin-top:15px;
	border: 1px solid rgb(54,95,145);
	box-shadow: 4px 4px 4px rgba(54,95,145,0.4);
	border-radius: 7px 7px 7px 7px;
}

#book_link li{
	display: inline-block;
	list-style: none;
	background-color: rgb(54,95,145);
	padding: 5px;
	font:bold 15px Candara;
	border-radius: 7px 7px 7px 7px;
	box-shadow: 4px 4px 4px rgba(54,95,145,0.7);
}

#books td{
	width: 250px;
	text-align:left;
	margin-left: 10px;
	font:bold 15px Candara;
}

/* kentro imeras */

#kentro_imeras{
	float:left;
	width: 200px;
	margin: 20px 0px;
	margin-left:30px;
	padding: 10px;
	box-shadow: 4px 4px 4px rgba(54,95,145,0.7);
	border-radius: 7px 7px 7px 7px;
	text-align:center;
	color: white;
	background-color: rgb(54,95,145);
}

#Kentro_imeras h1{
	font: bold 24px Book Antiqua;
	margin-bottom:7px;
	padding-top: 6px;
}

